• frmSuppliersRecord.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmSuppliersRecord
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmSuppliersRecord));
33             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
34             
this.groupBox1 = new System.Windows.Forms.GroupBox();
35             
this.txtSuppliers = new System.Windows.Forms.TextBox();
36             
this.GroupBox2 = new System.Windows.Forms.GroupBox();
37             
this.button1 = new System.Windows.Forms.Button();
38             
this.Button3 = new System.Windows.Forms.Button();
39             
this.timer1 = new System.Windows.Forms.Timer(this.components);
40             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
41             
this.groupBox1.SuspendLayout();
42             
this.GroupBox2.SuspendLayout();
43             
this.SuspendLayout();
44             
//
45             
// dataGridView1
46             
//
47             
this.dataGridView1.AllowUserToAddRows = false;
48             
this.dataGridView1.AllowUserToDeleteRows = false;
49             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
50             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
51             
this.dataGridView1.Location = new System.Drawing.Point(7, 91);
52             
this.dataGridView1.MultiSelect = false;
53             
this.dataGridView1.Name = "dataGridView1";
54             
this.dataGridView1.ReadOnly = true;
55             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
56             
this.dataGridView1.Size = new System.Drawing.Size(842, 551);
57             
this.dataGridView1.TabIndex = 0;
58             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
59             
//
60             
// groupBox1
61             
//
62             
this.groupBox1.Controls.Add(this.txtSuppliers);
63             
this.groupBox1.Location = new System.Drawing.Point(7, 3);
64             
this.groupBox1.Name = "groupBox1";
65             
this.groupBox1.Size = new System.Drawing.Size(258, 82);
66             
this.groupBox1.TabIndex = 1;
67             
this.groupBox1.TabStop = false;
68             
this.groupBox1.Text = "Search Suppliers";
69             
//
70             
// txtSuppliers
71             
//
72             
this.txtSuppliers.Location = new System.Drawing.Point(16, 40);
73             
this.txtSuppliers.Name = "txtSuppliers";
74             
this.txtSuppliers.Size = new System.Drawing.Size(218, 24);
75             
this.txtSuppliers.TabIndex = 0;
76             
this.txtSuppliers.TextChanged += new System.EventHandler(this.txtSuppliers_TextChanged);
77             
//
78             
// GroupBox2
79             
//
80             
this.GroupBox2.Controls.Add(this.button1);
81             
this.GroupBox2.Controls.Add(this.Button3);
82             
this.GroupBox2.Location = new System.Drawing.Point(271, 3);
83             
this.GroupBox2.Name = "GroupBox2";
84             
this.GroupBox2.Size = new System.Drawing.Size(231, 82);
85             
this.GroupBox2.TabIndex = 17;
86             
this.GroupBox2.TabStop = false;
87             
//
88             
// button1
89             
//
90             
this.button1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
91             
this.button1.Location = new System.Drawing.Point(119, 24);
92             
this.button1.Name = "button1";
93             
this.button1.Size = new System.Drawing.Size(94, 40);
94             
this.button1.TabIndex = 4;
95             
this.button1.Text = "&View Report";
96             
this.button1.UseVisualStyleBackColor = true;
97             
this.button1.Click += new System.EventHandler(this.button1_Click);
98             
//
99             
// Button3
100             
//
101             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
102             
this.Button3.Location = new System.Drawing.Point(19, 23);
103             
this.Button3.Name = "Button3";
104             
this.Button3.Size = new System.Drawing.Size(94, 40);
105             
this.Button3.TabIndex = 2;
106             
this.Button3.Text = "&Export Excel";
107             
this.Button3.UseVisualStyleBackColor = true;
108             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
109             
//
110             
// timer1
111             
//
112             
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
113             
//
114             
// frmSuppliersRecord
115             
//
116             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
117             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
118             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
119             
this.ClientSize = new System.Drawing.Size(856, 646);
120             
this.Controls.Add(this.GroupBox2);
121             
this.Controls.Add(this.groupBox1);
122             
this.Controls.Add(this.dataGridView1);
123             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
124             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
125             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
126             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
127             
this.MaximizeBox = false;
128             
this.Name = "frmSuppliersRecord";
129             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
130             
this.Text = "Suppliers Record";
131             
this.Load += new System.EventHandler(this.frmSuppliersRecord_Load);
132             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
133             
this.groupBox1.ResumeLayout(false);
134             
this.groupBox1.PerformLayout();
135             
this.GroupBox2.ResumeLayout(false);
136             
this.ResumeLayout(false);
137
138         }
139
140         
#endregion
141
142         
private System.Windows.Forms.DataGridView dataGridView1;
143         
private System.Windows.Forms.GroupBox groupBox1;
144         
private System.Windows.Forms.TextBox txtSuppliers;
145         
internal System.Windows.Forms.GroupBox GroupBox2;
146         
internal System.Windows.Forms.Button Button3;
147         
internal System.Windows.Forms.Button button1;
148         
private System.Windows.Forms.Timer timer1;
149     }
150 }


Gõ tìm kiếm nhanh...